home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / gethostid.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  38 lines

  1.  
  2. GETHOSTID(3)               UNIX Programmer's Manual               GETHOSTID(3)
  3.  
  4. NNAAMMEE
  5.      ggeetthhoossttiidd, sseetthhoossttiidd - get/set unique identifier of current host
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<uunniissttdd..hh>>
  9.  
  10.      _l_o_n_g
  11.      ggeetthhoossttiidd(_v_o_i_d)
  12.  
  13.      _i_n_t
  14.      sseetthhoossttiidd(_l_o_n_g _h_o_s_t_i_d)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      SSeetthhoossttiidd() establishes a 32-bit identifier for the current processor
  18.      that is intended to be unique among all UNIX systems in existence.  This
  19.      is normally a DARPA Internet address for the local machine.  This call is
  20.      allowed only to the super-user and is normally performed at boot time.
  21.  
  22.      GGeetthhoossttiidd() returns the 32-bit identifier for the current processor.
  23.  
  24.      This function has been deprecated.  The hostid should be set or retrieved
  25.      by use of sysctl(3).
  26.  
  27. SSEEEE AALLSSOO
  28.      sysctl(3),  gethostname(3),  sysctl(8).
  29.  
  30. BBUUGGSS
  31.      32 bits for the identifier is too small.
  32.  
  33. HHIISSTTOORRYY
  34.      The ggeetthhoossttiidd() and sseetthhoossttiidd() syscalls appeared in 4.2BSD and were
  35.      dropped in 4.4BSD.
  36.  
  37. 4.2 Berkeley Distribution        June 2, 1993                                1
  38.